Skip to main content

EffectMake

Type

expression

Summary

Creates a new effect.

Syntax

<mType> effect

Description

Creates a new effect.

Parameters

NameTypeDescription

mType

One of color overlay, inner shadow, outer shadow, inner glow, outer glow.

Examples

// Create an effect with default properties
variable tEffect as Effect
put outer shadow effect into tEffect

Value

NameTypeDescription

return

A new effect of type mType with default property values.

Thank you for your feedback!

Was this page helpful?